Raleigh: Fix font syntax
authorMatthias Clasen <mclasen@redhat.com>
Tue, 26 Apr 2016 03:25:32 +0000 (23:25 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 26 Apr 2016 03:25:55 +0000 (23:25 -0400)
gtk/theme/Raleigh/gtk-default.css

index a760bbd8b29498fcce28bfe90fbdcd5f5abb1a1e..ad07c8ca41d8d3adcef8111c3b85d2d1b3e7af8a 100644 (file)
@@ -788,11 +788,12 @@ GtkCalendar.button:hover {
 }
 
 .titlebar .title {
-  font: Bold 10;
+  font-weight: bold;
+  font-size: 10pt;
 }
 
 .titlebar .subtitle {
-  font: 9;
+  font-size: 9pt;
 }
 
 .titlebar:backdrop {